db_constraints ~master (2022-04-24T06:29:45.2622732)
Dub
Repo
GetForeignKeyRefTable.Impl
db_constraints
utils
meta
GetForeignKeyRefTable
Undocumented in source.
template
GetForeignKeyRefTable
(ClassName)
template
Impl (
T
...
) {
alias
Impl
=
AliasSeq
!()
;
static if
(!(
T.length == 0
))
static if
(
isInstanceOf!(ForeignKey, T[0])
)
enum
attributes
;
alias
Impl
=
AliasSeq
!(
attributes
,
Impl
!(
T
[
1
..$]))
;
alias
Impl
=
Impl
!(
T
[
1
..$])
;
}
Members
Aliases
Impl
alias
Impl
=
AliasSeq
!()
Undocumented in source.
Impl
alias
Impl
=
Impl
!(
T
[
1
..$])
Undocumented in source.
Impl
alias
Impl
=
AliasSeq
!(
attributes
,
Impl
!(
T
[
1
..$]))
Undocumented in source.
Manifest constants
attributes
enum
attributes
;
Undocumented in source.
Meta
Source
See Implementation
db_constraints
utils
meta
GetForeignKeyRefTable
aliases
GetForeignKeyRefTable
templates
Impl